home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON02 / ACT02A / L02A2.DIR / scripts.cst_10_initialize the activity.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  104 b   |  8 lines

  1. global gClothingList
  2.  
  3. on exitFrame
  4.   gClothingList = [51, 57, 35, 49]
  5.   initActivity()
  6.   go("play")
  7. end
  8.